GtkBuilder: Fall back to gtk_test_register_all_types if type lookup fails
authorAlexander Larsson <alexl@redhat.com>
Mon, 14 Oct 2013 14:05:08 +0000 (16:05 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Oct 2013 01:41:35 +0000 (21:41 -0400)
commit07eafbaaa88ded2d57b5696c842dbb7059f05434
tree9175cd241698ea1df7bb51f55218004ccc41d612
parentc4c11a165d37e2420a9410fafffdc0f4de60cab6
GtkBuilder: Fall back to gtk_test_register_all_types if type lookup fails

This is important because the dlsym() approach can fail if gtk was
loaded with RTLD_LOCAL.

https://bugzilla.gnome.org/show_bug.cgi?id=710096
gtk/gtkbuilder.c